home *** CD-ROM | disk | FTP | other *** search
- --= SID = SIMTEL20 Ada Software Repository Item Description File = SID =--
- -- UNIT NAME : MATHFUN
- -- VERSION : 1.0
- -- REVIEW CODE :
- -- DDN ADDRESS : N/A
- -- AUTHOR : David Kwong
- -- COPYRIGHT : 1986 (c) David Kwong
- -- DATE CREATED : 12/23/86
- -- DATE RELEASED : 12/23/86
- -- DATE LAST UPDATED : 12/23/86
- -- LOCATION : C2MUG
- -- LOCATION : ASR
- -- ENVIRONMENT : VAX 11/780, VMS 4.4, DEC Ada
- --= CLASSIFICATION ===============================================--
- -- CATEGORY LEVEL 1 : MATH
- -- CATEGORY LEVEL 2 : Library
- -- CATEGORY LEVEL 3 : Array Manipulation
- -- CATEGORY LEVEL 4 : Array Manipulation 2
- -- KEYWORD : Math Functions
- -- KEYWORD : Arrays
- -- INDEX : Math
- -- INDEX : Arrays
- -- INDEX : Math Functions
- -- TAXONOMY :
- -- DEPENDENCIES :
- -- SEE ALSO :
- --= FILE LISTING ===============================================--
- -- FILE SPECS : PD:<ADA.MATH>MATHFUN.*
- -- DIRECTORY DISPLAY :
- -- Directory PD:<ADA.MATH>
- -- File Name Byte Count Line Count
- -- --------------- ---------- ----------
- -- MATHFUN.CMM 171 6
- -- MATHFUN.DAT 11013 113
- -- MATHFUN.PRO 2887 72
- -- MATHFUN.SRC 28563 1202
- -- =============== ========== ==========
- -- 4 Files 42634 1393
- --= ABSTRACT ===============================================--
- -- MATHFUN - Selected math functions for integer and floating point
- -- math. Functions for one- and two-dimensional arrays are included.
- --
- -- MATHFUN.SRC -- This file contains math functions and array
- -- functions programs with test programs. The programs include:
- --
- -- 1) MATHGENI -- generic package of integer math functions
- -- 2) MATHGENF -- generic package of floating point math functions
- -- 3) MATHFUNG -- generic package of three component types
- -- 4) ARRAYFG1 -- generic package of one dimensional array functions (vectors)
- -- 5) ARRAYFG2 -- generic package of two dimensional array functions (matrices)
- -- 6) ARRAYFG -- generic package of three array component types
- --= REVISION HISTORY ===============================================--
- --
- -- DATE VERSION AUTHOR HISTORY
- -- 12/23/86 1.0 David Kwong Initial Release
- --= RELEASE NOTICE ===============================================--
- -- This prologue must be included in all copies of this software.
- --
- -- This software is copyright by the author.
- --
- -- This software is released to the Ada community.
- -- Restrictions on use or distribution: NONE
- --= DISCLAIMER ===============================================--
- -- This software and its documentation are provided "AS IS" and
- -- without any expressed or implied warranties whatsoever. No warranties
- -- as to performance, merchantability, or fitness for a particular
- -- purpose exist.
- -- The user is advised to test the software thoroughly before
- -- relying on it. The user must assume the entire risk and liability of
- -- using this software. In no event shall any person or organization of
- -- people be held responsible for any direct, indirect, consequential or
- -- inconsequential damages or lost profits.
- --======================================================================--
-